projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a6cfcd
)
* help-fns.el (describe-variable): Make sure we get the right buffer name.
author
Chong Yidong
<cyd@gnu.org>
Fri, 21 Dec 2012 03:37:02 +0000
(11:37 +0800)
committer
Chong Yidong
<cyd@gnu.org>
Fri, 21 Dec 2012 03:37:02 +0000
(11:37 +0800)
Suggested by Kelly Dean.
lisp/ChangeLog
patch
|
blob
|
history
lisp/help-fns.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 6aee7e33f085054122589344cd82e503c733ceef..e4acdd8b34d36e8853e630fa0ece58cceea5867b 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,3
+1,8
@@
+2012-12-21 Chong Yidong <cyd@gnu.org>
+
+ * help-fns.el (describe-variable): Make sure we get the right
+ buffer name (Bug#13105). Suggested by Kelly Dean.
+
2012-12-20 Michael R. Mauger <mmaug@yahoo.com>
* comint.el (comint-redirect-previous-input-string): New variable.
diff --git
a/lisp/help-fns.el
b/lisp/help-fns.el
index b552d8c1357049def701712a7fe79ee3a07ac31a..bb3695abcc2d801422c882c86fbe94238d13a004 100644
(file)
--- a/
lisp/help-fns.el
+++ b/
lisp/help-fns.el
@@
-789,7
+789,7
@@
it is displayed along with the global value."
(cond
((bufferp locus)
(princ (format "Local in buffer %s; "
- (buffer-name))))
+ (buffer-name
buffer
))))
((framep locus)
(princ (format "It is a frame-local variable; ")))
((terminal-live-p locus)